home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 February / EnterCD 02_2004.iso / Gry / Arcade! Classic Arcade Pack 2.0 / Arcade.EXE / $PROGRAMFILES / Arcade! Classic Arcade Pack / pacman.swf / scripts / frame_9 / DoAction.as
Encoding:
Text File  |  2003-12-05  |  176 b   |  6 lines

  1. stop();
  2. name_txt.restrict = "A-Z 0-9.\\-";
  3. name_txt.text = game_so.data.playerName;
  4. Selection.setFocus(name_txt);
  5. Selection.setSelection(name_txt.length,name_txt.length);
  6.